const runtime.timerHeapN
7 uses
runtime (current package)
time.go#L1210: p := int(uint(i-1) / timerHeapN)
time.go#L1271: const timerHeapN = 4
time.go#L1294: p := int(uint(i-1) / timerHeapN) // parent
time.go#L1314: if i*timerHeapN+1 >= n {
time.go#L1323: leftChild := i*timerHeapN + 1
time.go#L1329: for j, tw := range heap[leftChild:min(leftChild+timerHeapN, n)] {
time.go#L1354: for i := int(uint(len(ts.heap)-1-1) / timerHeapN); i >= 0; i-- {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)